home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 06 - 1990 / 06.05 May 90 / Language Translation Code / Hyphen Files / Test.anon < prev    next >
Encoding:
Text File  |  1989-12-17  |  437 b   |  18 lines  |  [TEXT/MPS ]

  1. {        this is a Pascal-comment    }
  2. //        this is a C-comment
  3.     
  4.     (*** this is a Pascal-comment ***)
  5.     /*** this is a C-comment ***/
  6.     
  7.     here is a hyphenated-identifier
  8.     but this- is not
  9.     nor is this:  123-abc
  10.     nor this:  -abc
  11.     
  12.     test /C-retract from state 2
  13.     test ((* Pascal retract from state-2 *)
  14.     test Pascal retract from(* state-5 *)
  15.     test C retract from/* state-5 */
  16.     test-(* Pascal retract from state-6 *)
  17.     test-/* C retract from state-6 */
  18.